home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 3.2 / Ham Radio Version 3.2 (Chestnut CD-ROMs)(1993).ISO / cw / cnlog150 / noeof.bat < prev    next >
DOS Batch File  |  1987-11-14  |  203b  |  7 lines

  1. echo off
  2. echo "This will strip BACKUP.LOG of a final control-Z character"
  3. copy backup.log /a temp /b >NUL:
  4. erase backup.log
  5. rename temp backup.log
  6. echo "BACKUP.LOG is now ready for use by CONLOG"
  7.